home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu216.dms / pu216.adf / Note on Libraries! < prev    next >
Text File  |  1989-08-17  |  1KB  |  37 lines

  1.  
  2.  
  3.         A note on WBase V1.3's usage of libraries
  4.         =========================================
  5.  
  6.  
  7.  
  8. Although WBase V1.3 uses quite a lot of libraries, it only really needs the
  9. reqtools library which can mean saving about 55K of disk space if you remove
  10. the unneeded libraries. Here is a list of the different libraries and what
  11. they are used for :
  12.  
  13.     reqtools.library    This is used for all of WBases requesters and
  14.                 is needed to run WBase.
  15.     powerpacker.library    This is only needed if you want to be able to
  16.                 load crunched files.
  17.     kd_freq.library        This can be used for WBases file requester,
  18.                 but it is huge, so it isn't necessary. You
  19.                 can also switch it of from inside WBase which
  20.                 closes the library. It is used in preference
  21.                 to the reqtools file requester though.
  22.     rexxhost.library    This is used to provide the ARexx interface.
  23.                 It is only opened if the rexxsupport library
  24.                 is present.
  25.     asl.library        This is the standard WB2.x file requester. It
  26.                 is used in preference to all other file
  27.                 requesters if it is present (and if you are
  28.                 running WB2.x!). Again, you can switch it off
  29.                 from inside WBase like the kd_freq requester.
  30.  
  31. Here is the order of preference for the file requesters :
  32.  
  33. 1 :    Asl.library
  34. 2 :    kd_freq.library
  35. 3 :    reqtools.library
  36.  
  37.